home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
destroytheworld.swf
/
scripts
/
DefineButton2_823
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
366 b
|
22 lines
on(release){
tellTarget("_root.theMenu")
{
gotoAndStop(1);
}
tellTarget("_root.theMusic")
{
gotoAndStop(1);
}
_root.buttonSelection = "controls";
_root.gamePlaying = false;
nextFrame();
tellTarget("_root.game.ufo")
{
stop();
}
tellTarget("_root.game.ufo.light")
{
stop();
}
}